Crate lufact

source ·

Structs

Functions

  • Performs sparse LU factorization with partial pivoting.
  • Solve Ax=b for one or more right-hand-sides given the numeric factorization of A from [dgstrf()].